home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Sarrus / SBook.app / English.lproj / addressbook.nib / data.classes next >
Text File  |  1994-12-14  |  4KB  |  296 lines

  1. AbstractAppController = {
  2.     ACTIONS = {
  3.     saveAll:;
  4.     autosave:;
  5.     appDidInit:;
  6.     open:;
  7.     };
  8.     OUTLETS = {
  9.     shouldExposeList;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FontChooser = {
  14.     ACTIONS = {
  15.     set:;
  16.     };
  17.     OUTLETS = {
  18.     myFont;
  19.     fontNameCellFont;
  20.     delegate;
  21.     fontNameCell;
  22.     fontText;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. Switcher = {
  27.     ACTIONS = {
  28.     switcherWillSwitch:;
  29.     switcherDidSwitch:;
  30.     setView:;
  31.     };
  32.     OUTLETS = {
  33.     box5;
  34.     box0;
  35.     box7;
  36.     box2;
  37.     switchBox;
  38.     box1;
  39.     box8;
  40.     delegate;
  41.     box3;
  42.     box4;
  43.     box6;
  44.     box9;
  45.     };
  46.     SUPERCLASS = Object;
  47. };
  48. ZoomScrollView = {
  49.     ACTIONS = {
  50.     changeZoom:;
  51.     };
  52.     OUTLETS = {
  53.     subView;
  54.     zoomButton;
  55.     };
  56.     SUPERCLASS = ScrollView;
  57. };
  58. FirstResponder = {
  59.     ACTIONS = {
  60.     };
  61.     SUPERCLASS = Object;
  62. };
  63. ReportElement = {
  64.     OUTLETS = {
  65.     person;
  66.     controller;
  67.     };
  68.     SUPERCLASS = Object;
  69. };
  70. SnazzyCell = {
  71.     ACTIONS = {
  72.     };
  73.     OUTLETS = {
  74.     };
  75.     SUPERCLASS = ActionCell;
  76. };
  77. Controller = {
  78.     ACTIONS = {
  79.     set:;
  80.     };
  81.     OUTLETS = {
  82.     lines;
  83.     phoneBook;
  84.     };
  85.     SUPERCLASS = Object;
  86. };
  87. MultiPageView = {
  88.     OUTLETS = {
  89.     docView;
  90.     };
  91.     SUPERCLASS = ReportView;
  92. };
  93. TextElement = {
  94.     SUPERCLASS = ReportElement;
  95. };
  96. AddressBook = {
  97.     ACTIONS = {
  98.     changedAddressFormat:;
  99.     };
  100.     OUTLETS = {
  101.     marginsCell;
  102.     phoneNumberWidthCell;
  103.     formatCover;
  104.     includeMatrix;
  105.     columnsMatrix;
  106.     betweenEntrySpacingCell;
  107.     heightCell;
  108.     printOptionsCover;
  109.     widthCell;
  110.     gutterCell;
  111.     multiPageView;
  112.     };
  113.     SUPERCLASS = ReportGenerator;
  114. };
  115. AbstractDocController = {
  116.     ACTIONS = {
  117.     save:;
  118.     saveAs:;
  119.     };
  120.     OUTLETS = {
  121.     window;
  122.     doc;
  123.     };
  124.     SUPERCLASS = Object;
  125. };
  126. DefaultSwitchSetter = {
  127.     ACTIONS = {
  128.     };
  129.     OUTLETS = {
  130.     autoEnableList;
  131.     monitoredField;
  132.     autoDisableList;
  133.     monitoredSlider;
  134.     control;
  135.     switcher;
  136.     };
  137.     SUPERCLASS = Object;
  138. };
  139. RTF = {
  140.     ACTIONS = {
  141.     };
  142.     OUTLETS = {
  143.     };
  144.     SUPERCLASS = Object;
  145. };
  146. FileSetter = {
  147.     ACTIONS = {
  148.     set:;
  149.     };
  150.     OUTLETS = {
  151.     panel;
  152.     directoryCell;
  153.     delegate;
  154.     fileCell;
  155.     filenameCell;
  156.     };
  157.     SUPERCLASS = Object;
  158. };
  159. Touchtone = {
  160.     ACTIONS = {
  161.     };
  162.     OUTLETS = {
  163.     };
  164.     SUPERCLASS = Sound;
  165. };
  166. Parser = {
  167.     OUTLETS = {
  168.     textScroller;
  169.     aDisplayer;
  170.     text;
  171.     };
  172.     SUPERCLASS = Object;
  173. };
  174. EmacsText = {
  175.     ACTIONS = {
  176.     };
  177.     OUTLETS = {
  178.     };
  179.     SUPERCLASS = Text;
  180. };
  181. FontWell = {
  182.     ACTIONS = {
  183.     };
  184.     OUTLETS = {
  185.     drawFont;
  186.     theFont;
  187.     };
  188.     SUPERCLASS = Button;
  189. };
  190. ReportView = {
  191.     ACTIONS = {
  192.     layout:;
  193.     };
  194.     OUTLETS = {
  195.     controller;
  196.     };
  197.     SUPERCLASS = View;
  198. };
  199. SBookController = {
  200.     ACTIONS = {
  201.     import:;
  202.     showInspector:;
  203.     showPrefs:;
  204.     newLogWindow:;
  205.     bugsAndSuggestions:;
  206.     newList:;
  207.     showInfo:;
  208.     deleteName:;
  209.     dialer:;
  210.     };
  211.     OUTLETS = {
  212.     saveAllCell;
  213.     importer;
  214.     mailingLabels;
  215.     reportsMenuCell;
  216.     toolsMenuCell;
  217.     unlockModemCell;
  218.     ranger;
  219.     infoPanel;
  220.     exporter;
  221.     dialer;
  222.     addressBook;
  223.     prefController;
  224.     fileMenuCell;
  225.     inspector;
  226.     slistController;
  227.     iconsMenuCell;
  228.     enveloper;
  229.     infoVersionCell;
  230.     registrationPanel;
  231.     nameActionsCell;
  232.     toolsMenu;
  233.     emailer;
  234.     newLogger;
  235.     };
  236.     SUPERCLASS = AbstractAppController;
  237. };
  238. ReportGenerator = {
  239.     ACTIONS = {
  240.     changedUnits:;
  241.     layout:;
  242.     changedSelectionCriteria:;
  243.     print:;
  244.     cancel:;
  245.     };
  246.     OUTLETS = {
  247.     numEntriesCell;
  248.     includePhonesSwitch;
  249.     withoutPhonesSwitch;
  250.     includeNamesSwitch;
  251.     includeNamesAndAddresses;
  252.     preview;
  253.     unitsCover;
  254.     fontWell1;
  255.     withoutAddressSwitch;
  256.     cloneElement;
  257.     bottomMarginCell;
  258.     printview;
  259.     rightMarginCell;
  260.     fontWell3;
  261.     includeAddressSwitch;
  262.     window;
  263.     topMarginCell;
  264.     zoomScrollView;
  265.     leftMarginCell;
  266.     numPagesCell;
  267.     fontWell2;
  268.     slc;
  269.     };
  270.     SUPERCLASS = Object;
  271. };
  272. ImageElement = {
  273.     SUPERCLASS = ReportElement;
  274. };
  275. ColorCell = {
  276.     ACTIONS = {
  277.     };
  278.     OUTLETS = {
  279.     };
  280.     SUPERCLASS = Cell;
  281. };
  282. CircleView = {
  283.     ACTIONS = {
  284.     takeDoubleValue:;
  285.     };
  286.     OUTLETS = {
  287.     };
  288.     SUPERCLASS = View;
  289. };
  290. BookView = {
  291.     SUPERCLASS = ReportView;
  292. };
  293. LineElement = {
  294.     SUPERCLASS = ReportElement;
  295. };
  296.